home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / MMenu.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  105 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   puppetSprite(1, 0)
  7.   startTimer()
  8.   go(the frame + 1)
  9. end
  10.